home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TREPORTSPYWAREDLG / TREPORTSPYWAREDLG.txt
Encoding:
Text File  |  2006-10-20  |  2.7 KB  |  138 lines

  1. object ReportSpywareDlg: TReportSpywareDlg
  2.   Left = 258
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'report spyware'
  7.   ClientHeight = 488
  8.   ClientWidth = 687
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     687
  20.     488)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblEmail: TResLabel
  24.     Left = 8
  25.     Top = 48
  26.     Width = 74
  27.     Height = 13
  28.     FocusControl = edtEmail
  29.     ResourceCaption = 23502
  30.   end
  31.   object lblComments: TResLabel
  32.     Left = 8
  33.     Top = 96
  34.     Width = 105
  35.     Height = 13
  36.     FocusControl = memComments
  37.     ResourceCaption = 23503
  38.   end
  39.   object lblPrivacyPolicy: TResLabel
  40.     Left = 353
  41.     Top = 221
  42.     Width = 135
  43.     Height = 13
  44.     Cursor = crHandPoint
  45.     Anchors = [akTop, akRight]
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     OnClick = lblPrivacyPolicyClick
  49.     ResourceCaption = 23508
  50.   end
  51.   object lblReport: TResLabel
  52.     Left = 8
  53.     Top = 248
  54.     Width = 57
  55.     Height = 13
  56.     FocusControl = memReport
  57.     ResourceCaption = 23507
  58.   end
  59.   object lblInfo: TResLabel
  60.     Left = 8
  61.     Top = 8
  62.     Width = 665
  63.     Height = 26
  64.     Anchors = [akLeft, akTop, akRight]
  65.     AutoSize = False
  66.     WordWrap = True
  67.     ResourceCaption = 23501
  68.   end
  69.   object edtEmail: TEdit
  70.     Left = 8
  71.     Top = 64
  72.     Width = 670
  73.     Height = 21
  74.     Anchors = [akLeft, akTop, akRight]
  75.     Color = clWhite
  76.     TabOrder = 0
  77.   end
  78.   object btnSendReport: TResTeButton
  79.     Left = 8
  80.     Top = 217
  81.     Width = 118
  82.     Height = 25
  83.     OnClick = btnSendReportClick
  84.     ModalResult = 1
  85.     TabOrder = 2
  86.     ResourceCaption = 23504
  87.   end
  88.   object btnCancel: TResTeButton
  89.     Left = 136
  90.     Top = 216
  91.     Width = 110
  92.     Height = 25
  93.     Cancel = True
  94.     ModalResult = 2
  95.     TabOrder = 3
  96.     ResourceCaption = 20019
  97.   end
  98.   object btnViewReport: TResTeButton
  99.     Left = 557
  100.     Top = 216
  101.     Width = 121
  102.     Height = 25
  103.     OnClick = btnViewReportClick
  104.     Anchors = [akTop, akRight]
  105.     TabOrder = 4
  106.     ResourceCaption = 23505
  107.   end
  108.   object memComments: TMemo
  109.     Left = 8
  110.     Top = 112
  111.     Width = 670
  112.     Height = 92
  113.     Anchors = [akLeft, akTop, akRight]
  114.     Color = clWhite
  115.     MaxLength = 32000
  116.     ScrollBars = ssVertical
  117.     TabOrder = 1
  118.   end
  119.   object memReport: TMemo
  120.     Left = 8
  121.     Top = 266
  122.     Width = 670
  123.     Height = 216
  124.     Anchors = [akLeft, akTop, akRight, akBottom]
  125.     Color = clWhite
  126.     ReadOnly = True
  127.     ScrollBars = ssBoth
  128.     TabOrder = 5
  129.     WantReturns = False
  130.     WordWrap = False
  131.   end
  132.   object ThemeForm: TTeForm2
  133.     ThemeObject = 'StandardDialog'
  134.     Left = 304
  135.     Top = 216
  136.   end
  137. end
  138.